home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-11-11 | 650 b | 25 lines |
- #! smake
-
- include $(ROOT)/usr/include/make/commondefs
-
- TARGETS = fontflip
-
- GLDEBUG ?= no
- #if $(GLDEBUG) != "no"
- OPTIMIZER = -g
- #endif
-
- # GLC requires GLU 1.2. this is included in irix6.2.
- # for people still on irix5, a version of this program is available on
- # the OpenGL(tm) Developer's CD, "Tasty Developer Toolbox -- OpenGL",
- # March 1996 in /CDROM/demos/fontflip. if you do not have, and would
- # like, a copy of this CD, please contact the developer program at
- # devprogram@sgi.com || 800/770-3033 || 415/933-3033 || fax: 415/969-6327
-
- LLDLIBS = -lGLw -lGLC -lGLU -lGL -lXm -lXt -lXext -lX11 -lm
-
-
- default: $(TARGETS)
-
- include $(COMMONRULES)
-